home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15585 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  613 b 

  1. Path: news.voyager.net!news
  2. From: sence@ava.taby.se (Bjorn Osterman)
  3. Newsgroups: comp.lang.c++
  4. Subject: Small question
  5. Date: Sun, 07 Apr 1996 05:16:19 GMT
  6. Organization: The Gymnasium
  7. Message-ID: <31674eeb.132847918@vixa.voyager.net>
  8. Reply-To: sence@ava.taby.se
  9. NNTP-Posting-Host: vixa.voyager.net
  10. X-Newsreader: Forte Agent .99d/32.182
  11.  
  12. If I have 2 cpp files and i use the same global variable that i define
  13. in some file that both cpp-files includes. How do I tell the compiler
  14. that the variable is the same and that it shouldn't make space 2
  15. times?
  16.  
  17.  
  18.  
  19.   // bjorn@ava.taby.se
  20.   // http://www.ava.taby.se/www/sence
  21.